object PreviewForm: TPreviewForm Left = 254 Top = 258 BorderIcons = [] BorderStyle = bsNone Caption = 'Full Screen Preview' ClientHeight = 273 ClientWidth = 427 Color = clBlack Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter WindowState = wsMaximized OnCreate = FormCreate OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown PixelsPerInch = 96 TextHeight = 13 end